home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 108 / MacAddict108.iso / Software / Internet & Communication / WordPress 1.5.1.dmg / wordpress / wp-content / themes / default / links.php < prev    next >
Encoding:
PHP Script  |  2005-01-04  |  187 b   |  19 lines

  1. <?php
  2. /*
  3. Template Name: Links
  4. */
  5. ?>
  6.  
  7. <?php get_header(); ?>
  8.  
  9. <div id="content" class="widecolumn">
  10.  
  11. <h2>Links:</h2>
  12. <ul>
  13. <?php get_links_list(); ?>
  14. </ul>
  15.  
  16. </div>    
  17.  
  18. <?php get_footer(); ?>
  19.